home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 144_01 / expand.hlp < prev    next >
Text File  |  1985-08-19  |  1KB  |  25 lines

  1. **********************************************************************
  2. *                             EXPAND                                 *
  3. **********************************************************************
  4. *                  COPYRIGHT 1983 EUGENE H. MALLORY                  *
  5. **********************************************************************
  6. PROGRAM:
  7.     EXPAND - Expand files created by compress.
  8. USAGE:
  9.     EXPAND [<fid] [>fid]
  10. FUNCTION:
  11.     Reads input and expands the text to the output.  
  12.     This is the inverse of compress.
  13. EXAMPLE:
  14.     EXPAND <FILET >FILE
  15.  
  16.  
  17.  
  18.                     _____________________________    
  19.  Standard Input     |                           |   Standard Output
  20.      TEXT           |                           |   EXPANDED TEXT
  21. ------------------->|          EXPAND           |----------------------->
  22.                     |                           |
  23.                     |                           |
  24.                     |___________________________|
  25.